projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de5c0bc
)
(syms_of_xdisp) <message-log-max>: Default 100.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 8 Apr 2007 13:33:03 +0000
(13:33 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 8 Apr 2007 13:33:03 +0000
(13:33 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index c02a43d9a0c8f5049cbf96923126f765cb17a7c5..fd65856c8e5cba085abcbbc304add8b5b0cf83b6 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-24065,7
+24065,7
@@
and is used only on frames for which no explicit name has been set
doc: /* Maximum number of lines to keep in the message log buffer.
If nil, disable message logging. If t, log messages but don't truncate
the buffer when it becomes large. */);
- Vmessage_log_max = make_number (
5
0);
+ Vmessage_log_max = make_number (
10
0);
DEFVAR_LISP ("window-size-change-functions", &Vwindow_size_change_functions,
doc: /* Functions called before redisplay, if window sizes have changed.